From 2d98228c553b6e0e9e1689221953eb83cb2c619e Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 30 May 2008 11:25:56 +0000 Subject: [PATCH] gailcellparent.h gailfactory.h tests/testnotebook.c tests/testtext.c 2008-05-30 Michael Natterer * gailcellparent.h * gailfactory.h * tests/testnotebook.c * tests/testtext.c * tests/testtoplevel.c * tests/testvalues.c: include instead of individual files from ATK. svn path=/trunk/; revision=20254 --- modules/other/gail/ChangeLog | 10 ++++++++++ modules/other/gail/gailcellparent.h | 3 +-- modules/other/gail/gailfactory.h | 2 +- modules/other/gail/tests/testnotebook.c | 1 - modules/other/gail/tests/testtext.c | 2 +- modules/other/gail/tests/testtoplevel.c | 1 - modules/other/gail/tests/testvalues.c | 1 - 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/modules/other/gail/ChangeLog b/modules/other/gail/ChangeLog index 4796a19a9d..a4a6536347 100644 --- a/modules/other/gail/ChangeLog +++ b/modules/other/gail/ChangeLog @@ -1,3 +1,13 @@ +2008-05-30 Michael Natterer + + * gailcellparent.h + * gailfactory.h + * tests/testnotebook.c + * tests/testtext.c + * tests/testtoplevel.c + * tests/testvalues.c: include instead of individual + files from ATK. + 2008-05-28 Michael Natterer * gailwidget.h: include instead of diff --git a/modules/other/gail/gailcellparent.h b/modules/other/gail/gailcellparent.h index 1e2a43b403..ba750ef6e8 100644 --- a/modules/other/gail/gailcellparent.h +++ b/modules/other/gail/gailcellparent.h @@ -21,8 +21,7 @@ #ifndef __GAIL_CELL_PARENT_H__ #define __GAIL_CELL_PARENT_H__ -#include -#include +#include #include G_BEGIN_DECLS diff --git a/modules/other/gail/gailfactory.h b/modules/other/gail/gailfactory.h index 453ccfd06d..d9d222198e 100644 --- a/modules/other/gail/gailfactory.h +++ b/modules/other/gail/gailfactory.h @@ -23,7 +23,7 @@ #define _GAIL_FACTORY_H__ #include -#include +#include #define _GAIL_IMPLEMENT_FACTORY_CREATE_ACCESSIBLE(GAIL_TYPE, TYPE) \ { \ diff --git a/modules/other/gail/tests/testnotebook.c b/modules/other/gail/tests/testnotebook.c index 77d015b221..5cd7161739 100644 --- a/modules/other/gail/tests/testnotebook.c +++ b/modules/other/gail/tests/testnotebook.c @@ -2,7 +2,6 @@ #include #include -#include #include #include "testlib.h" diff --git a/modules/other/gail/tests/testtext.c b/modules/other/gail/tests/testtext.c index 6af191c9a5..ddc272f065 100644 --- a/modules/other/gail/tests/testtext.c +++ b/modules/other/gail/tests/testtext.c @@ -1,4 +1,4 @@ -#include +#include #include "testtextlib.h" #define NUM_VALID_ROLES 6 diff --git a/modules/other/gail/tests/testtoplevel.c b/modules/other/gail/tests/testtoplevel.c index fa27833dd7..63addd065d 100644 --- a/modules/other/gail/tests/testtoplevel.c +++ b/modules/other/gail/tests/testtoplevel.c @@ -1,5 +1,4 @@ #include -#include #include #include "testlib.h" diff --git a/modules/other/gail/tests/testvalues.c b/modules/other/gail/tests/testvalues.c index fcb811970d..611401966d 100644 --- a/modules/other/gail/tests/testvalues.c +++ b/modules/other/gail/tests/testvalues.c @@ -1,6 +1,5 @@ #include #include -#include #include static void _traverse_children (AtkObject *obj); -- 2.30.2